Commit bf7a827c authored by garciay's avatar garciay
Browse files

Rename *.cpp into *.cc for automatic makefile generator tool

Rename *.h into *.hh for automatic makefile generator tool
parent 10b6a8d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#include "Layer.h"
#include "Layer.hh"

StackFactory * StackFactory::_instance = NULL;
StackFactory * StackFactory::getInstance(){
+1 −1
Original line number Diff line number Diff line
#include "BTPCodec.h"
#include "BTPCodec.hh"

int BTPCodec::encode (const LibItsBtp__TypesAndValues::BtpPacket& msg, OCTETSTRING& data)
{
Loading