summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/RepositoryManager/Repository_Manager_conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/RepositoryManager/Repository_Manager_conf.h')
-rw-r--r--TAO/CIAO/DAnCE/RepositoryManager/Repository_Manager_conf.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/TAO/CIAO/DAnCE/RepositoryManager/Repository_Manager_conf.h b/TAO/CIAO/DAnCE/RepositoryManager/Repository_Manager_conf.h
deleted file mode 100644
index c746f4d6a9c..00000000000
--- a/TAO/CIAO/DAnCE/RepositoryManager/Repository_Manager_conf.h
+++ /dev/null
@@ -1,33 +0,0 @@
-// -*- C++ -*-
-
-//=============================================================================
-/**
- * @file Repository_Manager_conf.h
- *
- * $Id$
- *
- * @author Jaiganesh Balasubramanian <jai@dre.vanderbilt.edu>
- */
-//=============================================================================
-
-
-#ifndef REPOSITORY_MANAGER_CONF_H
-#define REPOSITORY_MANAGER_CONF_H
-
-#include /**/ "ace/pre.h"
-
-#include "ace/config-all.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-#pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-
-#ifndef MAX_PACKAGES_DEF
-/// The number of packages that need to be configured
-const long MAX_PACKAGES = 15;
-#endif /* MAX_PACKAGES_DEF */
-
-#include /**/ "ace/post.h"
-
-#endif /* REPOSITORY_MANAGER_CONF_H */