Changeset 102

Show
Ignore:
Timestamp:
03/08/09 16:28:19 (15 years ago)
Author:
bhilburn
Message:

Added the containers.h header to export commonly-used data container structs.

Location:
vtcross/branches/bhilburn/include
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/branches/bhilburn/include/components.h

    r101 r102  
    33 * 
    44 * LICENSE INFORMATION GOES HERE 
    5  * 
     5 */ 
     6 
     7 /* 
    68 * This header exports the declarations for all VT-CROSS radio components.  It 
    79 * contains two pure abstract base classes, Component and Engine; Engine derives 
     
    1315 * navigate the call tree for typecasted objects of derivative classes. 
    1416 */ 
     17 
     18#include "containers.h" 
    1519 
    1620class Component