summaryrefslogtreecommitdiff
path: root/TAO/examples/Persistent_Grid
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-02-18 09:07:14 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-02-18 09:07:14 +0000
commit685cbd31f0c2b28e550cff1226b6dea3f3150136 (patch)
tree91ba7fc4584511f31379702bdcf543da966f7f78 /TAO/examples/Persistent_Grid
parent872553f0d5680b863cd6b1948c68ca20a7269e46 (diff)
downloadATCD-685cbd31f0c2b28e550cff1226b6dea3f3150136.tar.gz
ChangeLogTag: Fri Feb 18 17:04:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/examples/Persistent_Grid')
-rw-r--r--TAO/examples/Persistent_Grid/Persistent_Grid.mpc6
-rw-r--r--TAO/examples/Persistent_Grid/Simple_util.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/TAO/examples/Persistent_Grid/Persistent_Grid.mpc b/TAO/examples/Persistent_Grid/Persistent_Grid.mpc
index 4636150a15e..d4d326d3fc1 100644
--- a/TAO/examples/Persistent_Grid/Persistent_Grid.mpc
+++ b/TAO/examples/Persistent_Grid/Persistent_Grid.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project(*server): taoexe, portableserver {
+project(*server): taoserver, utils {
Source_Files {
Grid_i.cpp
Simple_util.cpp
@@ -9,7 +9,7 @@ project(*server): taoexe, portableserver {
}
}
-project(*client): taoexe, portableserver {
+project(*client): taoexe, utils, portableserver {
Source_Files {
GridC.cpp
Simple_util.cpp
@@ -18,7 +18,7 @@ project(*client): taoexe, portableserver {
}
}
-project(*persistent client): taoexe, portableserver {
+project(*persistent client): taoexe, utils, portableserver {
Source_Files {
GridC.cpp
Simple_util.cpp
diff --git a/TAO/examples/Persistent_Grid/Simple_util.h b/TAO/examples/Persistent_Grid/Simple_util.h
index f1491f00151..c5bcc8fa47a 100644
--- a/TAO/examples/Persistent_Grid/Simple_util.h
+++ b/TAO/examples/Persistent_Grid/Simple_util.h
@@ -19,7 +19,7 @@
#ifndef TAO_UTIL_H
#define TAO_UTIL_H
-#include "tao/PortableServer/ORB_Manager.h"
+#include "tao/Utils/ORB_Manager.h"
#include "ace/Get_Opt.h"
#include "ace/Read_Buffer.h"