summaryrefslogtreecommitdiff
path: root/ACEXML/compass/Property.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/compass/Property.h')
-rw-r--r--ACEXML/compass/Property.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/ACEXML/compass/Property.h b/ACEXML/compass/Property.h
deleted file mode 100644
index 80d344ba42b..00000000000
--- a/ACEXML/compass/Property.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// $Id$
-
-#ifndef ACEXML_PROPERTY_H
-#define ACEXML_PROPERTY_H
-
-#include "ace/pre.h"
-#include "ACEXML/compass/Compass_Export.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-#pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-#include "ACEXML/common/XML_Types.h"
-
-class Compass_Export ACEXML_Property
-{
-public:
- ACEXML_Property(void);
- virtual ~ACEXML_Property();
- virtual int set (const ACEXML_String& property,
- const ACEXML_String& value) = 0;
- virtual int set (const ACEXML_String& property, const long value) = 0;
- virtual ACEXML_Char* dump() const = 0;
-};
-
-
-#include "ace/post.h"
-
-#endif /* ACEXML_PROPERTY_H */