Changeset 374 for trunk/tests/idl


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

Use idl file includes instead of class forward declarations in idl files. This way the necessary class include files are automatically included.

Location:
trunk/tests/idl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/idl/testnomclassmgr.idl

    r370 r374  
    4040
    4141#include "nomtestcase.idl"
    42 
    43 interface NOMClass;
    44 interface NOMClassMgr;
     42#include "nomcls.idl"
     43#include "nomclassmanager.idl"
    4544
    4645
  • trunk/tests/idl/testnomobject.idl

    r367 r374  
    4040
    4141#include "nomtestcase.idl"
    42 
    43 interface NOMClass;
    44 interface NOMClassMgr;
    45 
     42#include "nomcls.idl"
    4643
    4744interface TestNomObject : NOMTestCase
Note: See TracChangeset for help on using the changeset viewer.