summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-28 17:39:36 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-28 17:39:36 +0000
commit3221b066910b698932ec7fd7f68ded2de529b6de (patch)
tree273bb376862d1bff5d564372fa1ca579be933210
parent0488ac99a373e7f64a9b8235dae23fcecd036abc (diff)
downloadATCD-3221b066910b698932ec7fd7f68ded2de529b6de.tar.gz
Include CORBA_macros.h.
-rw-r--r--TAO/examples/Simple/grid/Grid_Client_i.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/examples/Simple/grid/Grid_Client_i.cpp b/TAO/examples/Simple/grid/Grid_Client_i.cpp
index 204ec8f496c..5ae9831468e 100644
--- a/TAO/examples/Simple/grid/Grid_Client_i.cpp
+++ b/TAO/examples/Simple/grid/Grid_Client_i.cpp
@@ -1,6 +1,7 @@
//$Id$
#include "Grid_Client_i.h"
+#include "ace/CORBA_macros.h"
#include "ace/Get_Opt.h"
#include "ace/Read_Buffer.h"
@@ -80,7 +81,7 @@ Grid_Client_i::run (char *name,
ACE_TRY
{
// Make the Grid.
-
+
Grid_ptr grid = client->make_grid (width_,
height_,
ACE_TRY_ENV);
@@ -105,7 +106,7 @@ Grid_Client_i::run (char *name,
ACE_TRY_CHECK;
ACE_ASSERT (ret_val == value_);
-
+
if (client.shutdown () == 1)
client->shutdown (ACE_TRY_ENV);
ACE_UNUSED_ARG (ret_val);