Skip to content

Commit

Permalink
factor request handling into standalone translation unit
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Feb 5, 2013
1 parent 4720663 commit 8ea3fd3
Show file tree
Hide file tree
Showing 6 changed files with 603 additions and 517 deletions.
1 change: 1 addition & 0 deletions src/cpp/session/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ set (SESSION_SOURCE_FILES
modules/presentation/PresentationState.cpp
modules/presentation/SlideParser.cpp
modules/presentation/SlideRenderer.cpp
modules/presentation/SlideRequestHandler.cpp
modules/tex/SessionCompilePdf.cpp
modules/tex/SessionCompilePdfSupervisor.cpp
modules/tex/SessionPdfLatex.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/session/modules/SessionHelp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

#include <session/SessionModuleContext.hpp>

#include "presentation/SessionPresentation.hpp"
#include "presentation/SlideRequestHandler.hpp"

// protect R against windows TRUE/FALSE defines
#undef TRUE
Expand Down
Loading

0 comments on commit 8ea3fd3

Please sign in to comment.