Skip to content
Snippets Groups Projects
Commit a21f025e authored by Rene Brun's avatar Rene Brun
Browse files

From Bertrand:

- Added missing class header docs.


git-svn-id: http://root.cern.ch/svn/root/trunk@21413 27541ba8-7e3a-0410-8455-c3a389f83636
parent b9388f16
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,12 @@
#include "TProofProgressDialog.h"
#include "TProofProgressLog.h"
//_____________________________________________________________________________
//
// TProofProgressLog
//
// Dialog used to display Proof session logs from the Proof progress dialog
//_____________________________________________________________________________
ClassImp(TProofProgressLog)
......
......@@ -14,6 +14,15 @@
#include "TProof.h"
#include "KeySymbols.h"
//_____________________________________________________________________________
//
// TSessionLogView
//
// Dialog used to display session logs from the session viewer
//_____________________________________________________________________________
ClassImp(TSessionLogView)
//____________________________________________________________________________
TSessionLogView::TSessionLogView(TSessionViewer *viewer, UInt_t w, UInt_t h) :
TGTransientFrame(gClient->GetRoot(), viewer, w, h)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment