summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/RepositoryManager/Repository_Manager_conf.h
blob: c746f4d6a9c25a0c138675e4be0592741c644bf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// -*- 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 */