Changeset 18905

Show
Ignore:
Timestamp:
05/26/06 09:06:12 (3 years ago)
Author:
dshipton
Message:

Doc updates. No functional changes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/sonix/snx/SoundFactory.cpp

    r18880 r18905  
    122122   const std::string sonix_version("SNX_VERSION"); 
    123123 
    124    // If $GADGET_VERSION is set, use the value of that environment variable 
     124   // If $SNX_VERSION is set, use the value of that environment variable 
    125125   // as the version component of the plug-in subdirectory name. Otherwise, 
    126    // use the compile-time value provided by GADGET_VERSION_DOT. 
     126   // use the compile-time value provided by SNX_VERSION_DOT. 
    127127   if ( ! vpr::System::getenv(sonix_version, sonix_ver_str).success() ) 
    128128   { 
     
    134134 
    135135   // If versioning is not enabled, then the directory containing the 
    136    // Gadgeteer plug-ins will not incorporate version information. 
     136   // Sonix plug-ins will not incorporate version information. 
    137137#else 
    138138   std::string sonix_subdir(sonix_subdir_base + "/plugins/");