View Single Post
  #1 (permalink)  
Old 11-28-2005
sac_urs sac_urs is offline
Registered User
 
 
Join Date: Nov 2005
Posts: 10
The ice include path...

hi,

i have question regarding including the ice files.

suppose i have a ice file... a.ice

module X {
module Y {
interface Z {
void doSomething(int x, int y);
};
};
};

and if i have a ice file b.ice in the same directory:

#include "a.ice"

module D {
module E {
interface F implements ::X::Y::Z {
void doSomething(int x, int y);
};
};
};


this does not work.

how do i include a sice file into another sice file
__________________
Sac Urs
sac_urs@yahoo.co.in
Programmer - Informedia.
No URL ATM
Reply With Quote