Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
8c38fe10
Commit
8c38fe10
authored
May 28, 2012
by
Mukund Sivaraman
Browse files
[1704] Remove log_test_messages.{cc,h} from the tree
They are auto-generated during build now.
parent
e007ac3e
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/lib/log/tests/.gitignore
View file @
8c38fe10
...
...
@@ -6,6 +6,8 @@
/initializer_unittests_2
/local_file_test.sh
/logger_example
/log_test_messages.cc
/log_test_messages.h
/run_unittests
/severity_test.sh
/tempdir.h
src/lib/log/tests/log_test_messages.cc
deleted
100644 → 0
View file @
e007ac3e
// File created from ../../../../src/lib/log/tests/log_test_messages.mes on Mon May 28 11:38:27 2012
#include
<cstddef>
#include
<log/message_types.h>
#include
<log/message_initializer.h>
namespace
isc
{
namespace
log
{
extern
const
isc
::
log
::
MessageID
LOG_LOCK_TEST_MESSAGE
=
"LOG_LOCK_TEST_MESSAGE"
;
}
// namespace log
}
// namespace isc
namespace
{
const
char
*
values
[]
=
{
"LOG_LOCK_TEST_MESSAGE"
,
"this is a test message."
,
NULL
};
const
isc
::
log
::
MessageInitializer
initializer
(
values
);
}
// Anonymous namespace
src/lib/log/tests/log_test_messages.h
deleted
100644 → 0
View file @
e007ac3e
// File created from ../../../../src/lib/log/tests/log_test_messages.mes on Mon May 28 11:38:27 2012
#ifndef __LOG_TEST_MESSAGES_H
#define __LOG_TEST_MESSAGES_H
#include
<log/message_types.h>
namespace
isc
{
namespace
log
{
extern
const
isc
::
log
::
MessageID
LOG_LOCK_TEST_MESSAGE
;
}
// namespace log
}
// namespace isc
#endif // __LOG_TEST_MESSAGES_H
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment