git-svn-id: http://ltt.polymtl.ca/svn@315 04897980-b3bd-0310-b5e0-8ef037075253
[lttv.git] / ltt / branches / poly / include / lttv / gtkTraceSet.h
index 5454758e5f9f11bfb8be92b793e423a1531d5d47..ef73dc3bdf75961e26f371af47f1868820eeb251 100644 (file)
@@ -15,7 +15,6 @@
 #include <lttv/hook.h>
 #include <lttv/common.h>
 #include <lttv/stats.h>
-#include <lttv/mainWindow.h>
 
 /**
  * Function to register a view constructor so that main window can generate
@@ -106,7 +105,7 @@ void UpdateStatus(mainWindow *main_win, char *info);
  * @param time_interval a pointer where time interval will be stored.
  */
 
-void GetTimeWindow(mainWindow *main_win, TimeWindow *Time_Window);
+void GetTimeWindow(mainWindow *main_win, TimeWindow *time_window);
 
 
 /**
@@ -117,12 +116,12 @@ void GetTimeWindow(mainWindow *main_win, TimeWindow *Time_Window);
  * @param time_interval a pointer where time interval is stored.
  */
 
-void SetTimeWindow(mainWindow *main_win, TimeWindow *Time_Window);
+void SetTimeWindow(mainWindow *main_win, TimeWindow *time_window);
 
 /**
  * Function to get the time span of the main window's traceset.
  */
-void GetTracesetTimeSpan(mainWindow *main_win, TimeInterval *Time_Interval);
+void GetTracesetTimeSpan(mainWindow *main_win, TimeInterval *time_interval);
 
 /**
  * Function to get the current time/event of the current tab.
This page took 0.023509 seconds and 4 git commands to generate.