ICF
3.0.5.47
Technical documentation of ICF Libraries
Main Page
Topics
Namespaces
Classes
Files
File List
File Members
istd
IcfVersion.h
Go to the documentation of this file.
1
#pragma once
2
3
4
namespace
istd
5
{
6
10
enum
RepositoryState
11
{
12
RS_ORIGINAL_VERSION
= 534,
13
RS_DIRTY_FLAG
= 0,
14
RS_USE_VERSION
=
RS_ORIGINAL_VERSION
+
RS_DIRTY_FLAG
15
};
16
17
18
}
// namespace istd
19
20
istd
Standard library.
Definition
IComponent.h:17
istd::RepositoryState
RepositoryState
Enumeration for reflecting the state of ICF's SVN repository.
Definition
IcfVersion.h:11
istd::RS_ORIGINAL_VERSION
@ RS_ORIGINAL_VERSION
Definition
IcfVersion.h:12
istd::RS_USE_VERSION
@ RS_USE_VERSION
Definition
IcfVersion.h:14
istd::RS_DIRTY_FLAG
@ RS_DIRTY_FLAG
Definition
IcfVersion.h:13
© Witold Gantzke and Kirill Lepskiy