Commit 5438501b 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 bf7a827c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
#ifndef BTPCODEC_H
#define BTPCODEC_H
#include "BTPTypes.h"
#include "Codec.h"
#include "BTPTypes.hh"
#include "Codec.hh"

class BTPCodec : public Codec<LibItsBtp__TypesAndValues::BtpPacket> {
public: