Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 12, 2013, 10:05:25 PM (12 years ago)
Author:
landauf
Message:

return pointers instead of references because they could be null

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/testing/test/util/output/OutputStreamTest.cc

    r9545 r9547  
    6464    {
    6565        // disable MemoryWriter because otherwise we would always accept all output
    66         OutputManager::getInstance().getMemoryWriter().disable();
     66        OutputManager::getInstance().getMemoryWriter()->disable();
    6767
    6868        {
     
    140140    {
    141141        // disable MemoryWriter because otherwise we would always accept all output
    142         OutputManager::getInstanceAndCreateListeners().getMemoryWriter().disable();
     142        OutputManager::getInstanceAndCreateListeners().getMemoryWriter()->disable();
    143143
    144144        OutputStream stream;
Note: See TracChangeset for help on using the changeset viewer.