4 #include /**/ "ace/pre.h"
8 /// Implement the Test::TestLargeSequence interface
10 : public virtual POA_Test::BoundSequences
14 BoundSequences (CORBA::ORB_ptr orb
);
16 // = The skeleton methods
17 virtual ::CORBA::ULong
SendSequenceOf10Long (
18 ::CORBA::ULong LengthSent
,
19 const ::Test::BoundSequences::SequenceOf10Long
&inSeq
);
21 virtual void shutdown ();
24 /// Use an ORB reference to convert strings to objects and shutdown
29 #include /**/ "ace/post.h"