ActiveList.cpp

Go to the documentation of this file.
00001 /*
00002  * Copyright (c) 2004 CSIRO ICT Centre
00003  *
00004  * $Id: ActiveList.cpp 587 2004-12-03 15:06:33Z nch $
00005  */
00006 
00012 #include "ActiveList.h"
00013 
00014 class Profiler;
00015 
00016 
00017 ActiveList::ActiveList()
00018     : profiler(0)
00019 {
00020 }
00021 
00022 ActiveList::~ActiveList()
00023 {
00024   profiler = 0;
00025 }
00026 
00027 void ActiveList::setProfiler(Profiler * prof)
00028 {
00029   profiler = prof;
00030 }
Generated on Mon Oct 4 10:39:55 2010 for Matching.kdevelop by  doxygen 1.6.3