1 |
/** @file |
/** @file |
2 |
* $Author: nagni $ |
* $Author: kusanagi $ |
3 |
* $Date: 2004/03/16 10:18:28 $ |
* $Date: 2004/07/06 12:20:23 $ |
4 |
* $Version: 1.1 $ |
* $Version: 1.1 $ |
5 |
* |
* |
6 |
* Header file for the SubPacket class. |
* Header file for the SubPacket class. |
7 |
*/ |
*/ |
8 |
|
|
9 |
#include <log4cpp/Category.hh> |
#include <log4cxx/logger.h> |
10 |
|
|
11 |
#include "SubPacket.h" |
#include "SubPacket.h" |
12 |
|
|
13 |
static log4cpp::Category& cat = log4cpp::Category::getInstance("pamela.SubPacket"); |
static log4cxx::LoggerPtr logger = log4cxx::Logger::getLogger(_T("pamela.techmodel.EventCounter")); |
14 |
|
|
15 |
using namespace pamela; |
using namespace pamela; |
16 |
|
|