debugsrv/runmodedebug/rmdriver/src/d_process_tracker.cpp
changeset 56 aa2539c91954
parent 42 0ff24a8f6ca2
--- a/debugsrv/runmodedebug/rmdriver/src/d_process_tracker.cpp	Wed Sep 29 17:45:35 2010 +0300
+++ b/debugsrv/runmodedebug/rmdriver/src/d_process_tracker.cpp	Fri Oct 08 14:56:39 2010 +0300
@@ -1,7 +1,7 @@
 // Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
-// under the terms of the License "Eclipse Public License v1.0"
+// under the terms of "Eclipse Public License v1.0"
 // which accompanies this distribution, and is available
 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
 //
@@ -42,7 +42,6 @@
 /**
  * dtor
  * Go through forzen thread list and resume each one before clearing our structures
- * @internalTechnology
  */
 DProcessTracker::~DProcessTracker()
 	{
@@ -62,7 +61,6 @@
 	}
 
 /**
- * @internalTechnology
  *
  * Creates and stores an internal mapping of debug agent to debugged process.
  * Note that an individual process may be mapped to a number of debug agents.
@@ -162,7 +160,6 @@
 	}
 
 /**
- * @internalTechnology
  * 
  * Removes a previously created mapping between a debug agent and a debugged process,
  * as created by AttachProcess.
@@ -239,7 +236,6 @@
 	}
 
 /**
- * @internalTechnology
  *
  * Detachs a debug agent from every process being debugged. Used when a debug agent is being detached
  * from the debug security server and has not supplied a specific process name from which to detach.
@@ -287,7 +283,6 @@
 	}
 
 /**
- * @internalTechnology
  *
  * Returns a pointer to a DTargetProcess object representing the mapping of a debugged process
  * with all the relevant debug agents interested in that process, as determined
@@ -330,7 +325,6 @@
 	}
 
 /**
- * @internalTechnology
  *
  * Returns a pointer to a DTargetProcess object representing the mapping of a debugged process
  * with all the relevant debug agents interested in that process, as determined