summaryrefslogtreecommitdiff
path: root/TAO/tests/NestedUpcall/Triangle_Test/server_B.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/NestedUpcall/Triangle_Test/server_B.h')
-rw-r--r--TAO/tests/NestedUpcall/Triangle_Test/server_B.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/NestedUpcall/Triangle_Test/server_B.h b/TAO/tests/NestedUpcall/Triangle_Test/server_B.h
index 43cfdb100b7..28f33c1469e 100644
--- a/TAO/tests/NestedUpcall/Triangle_Test/server_B.h
+++ b/TAO/tests/NestedUpcall/Triangle_Test/server_B.h
@@ -35,21 +35,21 @@ class Object_B_Server
{
public:
/// Default constructor
- Object_B_Server (void);
+ Object_B_Server ();
/// Destructor
- ~Object_B_Server (void);
+ ~Object_B_Server ();
/// Initialize the NestedUpCalls_Server state - parsing arguments and ...
int init (int argc,
ACE_TCHAR **argv);
/// Run the orb
- int run (void);
+ int run ();
private:
/// Parses the commandline arguments.
- int parse_args (void);
+ int parse_args ();
/// File to output the IOR of the object A.
FILE* ior_output_file_;