Changeset 373 for trunk/nom/idl


Ignore:
Timestamp:
Jun 29, 2008, 12:13:52 PM (17 years ago)
Author:
cinc
Message:

Replaced forward class declarations in idl files by includes for the respective class idl files.

Location:
trunk/nom/idl
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/nom/idl/nomarray.idl

    r344 r373  
    3737
    3838#include "nomobj.idl"
    39 //#include "nomfoundation.idl"
    4039
    4140NOMCLASSNAME(NOMArray);
  • trunk/nom/idl/nomclassmanager.idl

    r312 r373  
    4141
    4242#include "nomobj.idl"
     43#include "nomcls.idl"
    4344
    4445/** \interface NOMClassMgr
     
    4950   
    5051 */
    51 
    52 interface NOMClass;
    5352
    5453interface NOMClassMgr : NOMObject
  • trunk/nom/idl/nomcls.idl

    r369 r373  
    4040
    4141#include "nomobj.idl"
    42 
    43 //NOMCLASSNAME(NOMClass);
    4442
    4543/** \interface NOMClass
  • trunk/nom/idl/nommethod.idl

    r355 r373  
    3737
    3838#include "nomobj.idl"
    39 
    40 interface NOMString;
    41 
    42 NOMCLASSNAME(NOMMethod);
    43 
     39#include "nomstring.idl"
    4440
    4541
  • trunk/nom/idl/nomstring.idl

    r346 r373  
    3939
    4040#include "nomobj.idl"
    41 //#include "nomfoundation.idl"
    4241
    4342NOMCLASSNAME(NOMString);
  • trunk/nom/idl/nomtestcase.idl

    r364 r373  
    3636#define NOMTESTCASE_IDL_INCLUDED
    3737
     38/* classes we use */
    3839#include "nomobj.idl"
    39 
    40 interface NOMArray;
    41 interface NOMTestResult;
    42 interface NOMClassMgr;
     40#include "nomarray.idl"
     41#include "nomtestresult.idl"
     42#include "nomclassmanager.idl"
    4343
    4444NOMCLASSNAME(NOMTestCase);
  • trunk/nom/idl/nomtestresult.idl

    r372 r373  
    3737
    3838#include "nomobj.idl"
    39 
    40 
    41 NOMCLASSNAME(NOMTestResult);
    42 
    43 interface NOMString;
     39#include "nomstring.idl"
    4440
    4541/** \class NOMTestResult
Note: See TracChangeset for help on using the changeset viewer.