1 #include "ace/Log_Msg.h"
5 ACE_TMAIN(int argc
, ACE_TCHAR
*argv
[])
9 CORBA::ORB_var orb
= CORBA::ORB_init (argc
, argv
);
16 ns
.length (0); // Shrink sequence
17 ns
.length (1); // Re-grow sequence; should re-initialize meber sequence
18 // "as if" default constructed. I.e., the "ls" member
19 // should have a length of zero.
21 if (ns
[0].ls
.length() == 0) {
22 ACE_DEBUG ((LM_DEBUG
, "Test passed\n"));
25 ACE_ERROR ((LM_ERROR
, "Test failed\n"));