X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2FCFV.h;h=fa59641322975d838190195c74084c5b039a6111;hb=ba90bc77f7ef2ffc59cc08b6234c61274cdd4396;hp=548ae8907facd0bbe5da10f2eccacc6b9b9d494a;hpb=f7afe191fd58f0bf4bab9c9514c261535b99d32b;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.h b/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.h index 548ae890..fa596413 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.h +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.h @@ -2,22 +2,22 @@ #define _CFV_H #include -#include "lttv/common.h" -#include "lttv/mainWindow.h" +#include +#include #include "Process_List.h" typedef struct _ControlFlowData ControlFlowData; /* Control Flow Data constructor */ -ControlFlowData *GuiControlFlow(void); +ControlFlowData *guicontrolflow(void); void -GuiControlFlow_Destructor_Full(ControlFlowData *Control_Flow_Data); +guicontrolflow_destructor_full(ControlFlowData *Control_Flow_Data); void -GuiControlFlow_Destructor(ControlFlowData *Control_Flow_Data); -GtkWidget *GuiControlFlow_get_Widget(ControlFlowData *Control_Flow_Data); -ProcessList *GuiControlFlow_get_Process_List(ControlFlowData *Control_Flow_Data); -TimeWindow *GuiControlFlow_get_Time_Window(ControlFlowData *Control_Flow_Data); -LttTime *GuiControlFlow_get_Current_Time(ControlFlowData *Control_Flow_Data); +guicontrolflow_destructor(ControlFlowData *Control_Flow_Data); +GtkWidget *guicontrolflow_get_widget(ControlFlowData *Control_Flow_Data); +ProcessList *guicontrolflow_get_process_list(ControlFlowData *Control_Flow_Data); +TimeWindow *guicontrolflow_get_time_window(ControlFlowData *Control_Flow_Data); +LttTime *guicontrolflow_get_current_time(ControlFlowData *Control_Flow_Data); #endif // _CFV_H