Changeset 140

Show
Ignore:
Timestamp:
03/12/09 00:06:38 (15 years ago)
Author:
bhilburn
Message:

Created the PolicyEngine? implementation file. Have not yet added it to the
Makefile because it is a ways from compiling (or really doing anything) just
yet. Minor touch-up in components.h.

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

Legend:

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

    r125 r140  
    55 */ 
    66 
    7  /* This header exports the declarations for all VT-CROSS radio components.  It 
     7/* This header exports the declarations for all VT-CROSS radio components.  It 
    88 * contains two pure abstract base classes, Component and Engine; Engine derives 
    99 * from Component.  All functions contained within the abstract base classes are