summaryrefslogtreecommitdiff
path: root/ACEXML/compass/ConfigValue.h
diff options
context:
space:
mode:
authorkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-12 15:37:21 +0000
committerkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-12 15:37:21 +0000
commit7c78f8ab9e51c790aa2eb48ef20ac15edef353d4 (patch)
treeab18d5272b5fa06ce924516bfcf4fa2e4d8476b5 /ACEXML/compass/ConfigValue.h
parentaef782d30e2a570e8dd831e1ae5c3e3e60d11b0f (diff)
downloadATCD-Validator.tar.gz
ChangeLogTag: Fri Jan 24 20:28:22 2003 Krishnakumar B <kitty@insanely.long.id.truncated>Validator
Diffstat (limited to 'ACEXML/compass/ConfigValue.h')
-rw-r--r--ACEXML/compass/ConfigValue.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/ACEXML/compass/ConfigValue.h b/ACEXML/compass/ConfigValue.h
deleted file mode 100644
index 03d0cff5210..00000000000
--- a/ACEXML/compass/ConfigValue.h
+++ /dev/null
@@ -1,35 +0,0 @@
-// $Id$
-
-#ifndef COMPASS_CONFIG_VALUE_H
-#define COMPASS_CONFIG_VALUE_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"
-
-namespace Deployment
-{
- class Compass_Export ConfigValue
- {
- public:
- ConfigValue();
- ~ConfigValue();
- ConfigValue (const ConfigValue& config);
- ConfigValue& operator= (const ConfigValue& config);
- int operator== (const ConfigValue& config);
-
- FeatureName name_;
- ACEXML_String value_;
- };
-
- typedef ACE_Unbounded_Set<ConfigValue> ConfigValues;
-}
-
-#include "ace/post.h"
-
-#endif /* COMPASS_CONFIG_VALUE_H */