Changeset e43c8d0 in thomson for elec/CrO2/software/device.cpp


Ignore:
Timestamp:
Mar 24, 2012, 3:26:03 PM (12 years ago)
Author:
Adrien Destugues <pulkomandy@…>
Branches:
main
Children:
4a558d7
Parents:
fe55aa5
Message:

Some cleanup.

git-svn-id: svn://localhost/thomson@26 85ae3b6b-dc8f-4344-a89d-598714f2e4e5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • elec/CrO2/software/device.cpp

    rfe55aa5 re43c8d0  
    3030Device& Device::getDevice() throw(const char*)
    3131{
     32        // If Device constructor throws an exception, instance is not initialized.
     33        // So, the constructor will be called again at next getDevice call, until
     34        // it succeeds.
    3235        if (instance == NULL)
    3336                instance = new Device();
Note: See TracChangeset for help on using the changeset viewer.