summaryrefslogtreecommitdiff
path: root/TAO/examples/Advanced/ch_21/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Advanced/ch_21/server.h')
-rw-r--r--TAO/examples/Advanced/ch_21/server.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/examples/Advanced/ch_21/server.h b/TAO/examples/Advanced/ch_21/server.h
index 4935b052223..f0c94184bc1 100644
--- a/TAO/examples/Advanced/ch_21/server.h
+++ b/TAO/examples/Advanced/ch_21/server.h
@@ -140,8 +140,7 @@ private:
const char * str
) : m_sc(sc), m_str(str) {}
bool operator()(
- CCS::AssetType anum
- ) const
+ CCS::AssetType anum) const
{
char buf[32];
switch (m_sc) {