Garmin Fleet Management Controller  2.19.0
Packet.cpp
Go to the documentation of this file.
1 /*********************************************************************
2 *
3 * MODULE NAME:
4 * Packet.cpp
5 *
6 * Copyright 2009 by Garmin Ltd. or its subsidiaries.
7 *---------------------------------------------------------------------
8 * $NoKeywords$
9 *********************************************************************/
10 
11 #include "stdafx.h"
12 #include "packet.h"
13 
14 //----------------------------------------------------------------------
16 //----------------------------------------------------------------------
18 {
19 }
20 
21 //----------------------------------------------------------------------
23 //----------------------------------------------------------------------
25 {
26 }
virtual ~Packet()
Destructor.
Definition: Packet.cpp:24
Packet()
Constructor.
Definition: Packet.cpp:17