|
|
|
|||||
|
How to use Slice defined Types in another definition
Hi there,
I've defined few types in Slice in one Java module. I'll need to use these types in a Slice definition of a different module. Java Module Foo <CODE> module Foo { class FooClass { string foostr; }; }; </CODE> Java Module Bar <CODE> module Bar { class BarClass { FooClass foo; }; }; </CODE> Any help is greatly appreciated? Thanks, Venkat |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Slice Types from An external Library | zhi | Help Center | 1 | 01-12-2007 04:45 AM |
| Problems with user-defined types | davidcr1983 | Help Center | 3 | 07-14-2006 03:12 PM |
| Using types defined by other libraries in slice. | Genia4 | Help Center | 3 | 10-17-2005 08:34 PM |
| bug about exception definition | canyoudink | Bug Reports | 3 | 07-06-2005 10:33 AM |
| Class definition and visibility in c++ | aseco | Help Center | 1 | 05-09-2005 07:22 PM |