viewer.h API functions name change, second commit : breaks compilation
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 5 May 2004 00:41:18 +0000 (00:41 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 5 May 2004 00:41:18 +0000 (00:41 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@517 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/viewer.h

index d5dd9978ca8faa68963a5e1c082800e894b4e3c7..bff8af474c19f01fe7eb43d8f0f4b1c9b3742b97 100644 (file)
@@ -386,7 +386,7 @@ void lttvwindow_viewer_unregister_dividor(MainWindow *main_win,
  * @param end end time of the traceset.
  */
 
-TimeInterval *lttvwindow_viewer_get_time_span(MainWindow *main_win);
+const TimeInterval *lttvwindow_viewer_get_time_span(MainWindow *main_win);
 
 /**
  * Function to get the current time window of the current tab.
@@ -394,7 +394,7 @@ TimeInterval *lttvwindow_viewer_get_time_span(MainWindow *main_win);
  * @param time_interval a pointer where time interval will be stored.
  */
 
-TimeWindow *lttvwindow_viewer_get_time_window(MainWindow *main_win);
+const TimeWindow *lttvwindow_viewer_get_time_window(MainWindow *main_win);
 
 
 /**
@@ -403,7 +403,7 @@ TimeWindow *lttvwindow_viewer_get_time_window(MainWindow *main_win);
  * @param time a pointer where time will be stored.
  */
 
-LttTime *lttvwindow_viewer_get_current_time(MainWindow *main_win);
+const LttTime *lttvwindow_viewer_get_current_time(MainWindow *main_win);
 
 /**
  * Function to get the traceset from the current tab.
@@ -411,7 +411,7 @@ LttTime *lttvwindow_viewer_get_current_time(MainWindow *main_win);
  * @param traceset a pointer to a traceset.
  */
 
-LttvTraceset *lttvwindow_viewer_get_traceset(MainWindow *main_win);
+const LttvTraceset *lttvwindow_viewer_get_traceset(MainWindow *main_win);
 
 
 /**
@@ -420,7 +420,7 @@ LttvTraceset *lttvwindow_viewer_get_traceset(MainWindow *main_win);
  * @param filter, a pointer to a filter.
  */
 
-lttv_filter *lttvwindow_viewer_get_filter(MainWindow *main_win);
+const lttv_filter *lttvwindow_viewer_get_filter(MainWindow *main_win);
 
 
 /**
This page took 0.033817 seconds and 4 git commands to generate.