summaryrefslogtreecommitdiff
path: root/odk/examples/java
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-07-11 13:31:41 +0000
committerRüdiger Timm <rt@openoffice.org>2008-07-11 13:31:41 +0000
commit8e007a870b72a40614377e7684dac59346a38a75 (patch)
tree8876a814bd5eb5005244b96d79350a034b3329e3 /odk/examples/java
parent13475862a5dc18b16f76c1660c329fa2c8a16038 (diff)
INTEGRATION: CWS jsc21 (1.2.208); FILE MERGED
2008/02/13 13:47:27 jsc 1.2.208.1: #i72964# cleanup header guards
Diffstat (limited to 'odk/examples/java')
-rw-r--r--odk/examples/java/ToDo/ToDo.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/odk/examples/java/ToDo/ToDo.idl b/odk/examples/java/ToDo/ToDo.idl
index fa795cc9176a..de4171888b4e 100644
--- a/odk/examples/java/ToDo/ToDo.idl
+++ b/odk/examples/java/ToDo/ToDo.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ToDo.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-01-31 17:19:29 $
+ * last change: $Author: rt $ $Date: 2008-07-11 14:31:41 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -38,8 +38,8 @@
*
*************************************************************************/
-#ifndef _org_openoffice_ToDo_idl_
-#define _org_openoffice_ToDo_idl_
+#ifndef INCLUDED_ORG_OPENOFFICE_TODO_IDL
+#define INCLUDED_ORG_OPENOFFICE_TODO_IDL
#include <XToDo.idl>
@@ -48,7 +48,7 @@ module org {
/// openoffice
module openoffice {
- // example service
+ /// example service
service ToDo: XToDo;
};
};