summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-05-29 16:17:42 +0000
committerSteve Huston <shuston@riverace.com>2002-05-29 16:17:42 +0000
commitd98ac6d916182886acde1c01e39ea1029f7a2033 (patch)
tree41cdd7edbd836db778e3dc6485639837935ff036 /examples
parentbd5eb569a79c06af5d4a7ca1846770ff17bf662f (diff)
downloadATCD-d98ac6d916182886acde1c01e39ea1029f7a2033.tar.gz
Tweak syntax.
Diffstat (limited to 'examples')
-rw-r--r--examples/C++NPv2/TP_Logging_Server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/C++NPv2/TP_Logging_Server.h b/examples/C++NPv2/TP_Logging_Server.h
index 09b8984d2d1..f4149437b3e 100644
--- a/examples/C++NPv2/TP_Logging_Server.h
+++ b/examples/C++NPv2/TP_Logging_Server.h
@@ -124,6 +124,6 @@ public:
}
};
-ACE_FACTORY_DECLARE (TPLS, TP_Logging_Handler);
+ACE_FACTORY_DECLARE (TPLS, TP_Logging_Handler)
#endif /* _TP_LOGGING_SERVER_H */