summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/echo
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-09-28 12:37:43 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-09-28 12:37:43 +0000
commit9449d1e80219f286db2ef2b045400912fd86f320 (patch)
tree47fb7c6772b523652983c51a9591648cb004576f /TAO/examples/Simple/echo
parentca62521d7785ba0e168af04a79f7f6ce1b0297cf (diff)
downloadATCD-9449d1e80219f286db2ef2b045400912fd86f320.tar.gz
Wed Sep 28 12:37:05 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* examples/Persistent_Grid/Grid_i.h: * examples/Simple/bank/AccountManager_i.h: * examples/Simple/echo/Echo_i.h: * examples/Simple/grid/Grid_i.h: * examples/Simple/time/Time_i.h: Layout changes, remove workarounds
Diffstat (limited to 'TAO/examples/Simple/echo')
-rw-r--r--TAO/examples/Simple/echo/Echo_i.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/examples/Simple/echo/Echo_i.h b/TAO/examples/Simple/echo/Echo_i.h
index 5afd29de0b1..6211b8ed499 100644
--- a/TAO/examples/Simple/echo/Echo_i.h
+++ b/TAO/examples/Simple/echo/Echo_i.h
@@ -24,7 +24,7 @@
*
* @brief Echo Object Implementation
*
- * The object implementation performs teh following functions:
+ * The object implementation performs the following functions:
* -- To return the string which needs to be displayed
* from the server.
* -- shuts down the server
@@ -55,8 +55,7 @@ private:
/// ORB pointer.
CORBA::ORB_var orb_;
- /// Keeping g++ 2.7.2 happy..
- ACE_UNIMPLEMENTED_FUNC (void operator= (const Echo_i&))
+ void operator= (const Echo_i&);
};
#endif /* ECHO_I_H */