rename to gtktraceset.h to viewer.h, includes
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 4 May 2004 20:51:03 +0000 (20:51 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 4 May 2004 20:51:03 +0000 (20:51 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@509 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c
ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.c
ltt/branches/poly/lttv/modules/gui/controlflow/module.c
ltt/branches/poly/lttv/modules/gui/detailedevents/events.c
ltt/branches/poly/lttv/modules/gui/statistics/statistics.c

index 27df2e4a4ef4a3cff2ebc9c32c8de3308174dfd4..9092f9585314dbb4629e5f9f64bf3a296c4ec34a 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <lttv/lttv.h>
 #include <lttv/tracecontext.h>
-#include <lttvwindow/gtktraceset.h>
+#include <lttvwindow/viewer.h>
 #include <lttv/hook.h>
 
 #include "drawing.h"
index df5291d0656053fcb66667b62a5a77eea6d68e49..697b7df70c45d512c01cd45037dcf5c1cdced3d4 100644 (file)
@@ -40,7 +40,7 @@
 #include <lttv/hook.h>
 #include <lttvwindow/common.h>
 #include <lttv/state.h>
-#include <lttvwindow/gtktraceset.h>
+#include <lttvwindow/viewer.h>
 
 
 #include "eventhooks.h"
index d5f49f4e86a82dcff8ae9ff0e1f03628ee4e6e46..f40319741986a767cdac41e752631b215b8ecca9 100644 (file)
@@ -26,7 +26,7 @@
  *
  * This plugin adds a Control Flow Viewer functionnality to Linux TraceToolkit
  * GUI when this plugin is loaded. The init and destroy functions add the
- * viewer's insertion menu item and toolbar icon by calling gtkTraceSet's
+ * viewer's insertion menu item and toolbar icon by calling viewer.h's
  * API functions. Then, when a viewer's object is created, the constructor
  * creates ans register through API functions what is needed to interact
  * with the TraceSet window.
@@ -40,7 +40,7 @@
 #include <glib.h>
 #include <lttv/lttv.h>
 #include <lttv/module.h>
-#include <lttvwindow/gtktraceset.h>
+#include <lttvwindow/viewer.h>
 
 #include "cfv.h"
 #include "eventhooks.h"
index 858ca4813e814f2cc981a3974041f9c64c717ed1..d20efa8c3da20867ba1333a39be25c1d7d3a5150 100644 (file)
@@ -28,7 +28,7 @@
  * 
  * This plugin adds a Events Viewer functionnality to Linux TraceToolkit
  * GUI when this plugin is loaded. The init and destroy functions add the
- * viewer's insertion menu item and toolbar icon by calling gtkTraceSet's
+ * viewer's insertion menu item and toolbar icon by calling viewer.h's
  * API functions. Then, when a viewer's object is created, the constructor
  * creates ans register through API functions what is needed to interact
  * with the TraceSet window.
@@ -45,7 +45,7 @@
 
 #include <lttv/module.h>
 #include <lttv/hook.h>
-#include <lttvwindow/gtktraceset.h>
+#include <lttvwindow/viewer.h>
 #include <lttv/tracecontext.h>
 #include <lttv/state.h>
 #include <ltt/ltt.h>
index fe26e80f25339c32fa8574fe0a3659ee6f147cd9..cf49beb7fc93ce1e886d6db2f59c9ccc0ea92ffa 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <lttv/lttv.h>
 #include <lttv/module.h>
-#include <lttvwindow/gtktraceset.h>
+#include <lttvwindow/viewer.h>
 #include <lttv/tracecontext.h>
 #include <lttv/hook.h>
 #include <lttvwindow/common.h>
This page took 0.028717 seconds and 4 git commands to generate.