~ubuntu-branches/ubuntu/wily/ginkgocadx/wily-proposed

« back to all changes in this revision

Viewing changes to src/cadxcore/api/controllers/icontroladorcarga.cpp

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2013-10-24 21:28:17 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20131024212817-ej1skb9og09d3ht6
Tags: 3.5.0.1137.31+dfsg-1
New upstream release [October 2013]

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#include "icontroladorcarga.h"
 
3
GNC::GCS::ControladorCargaException::ControladorCargaException(const std::string& msg, const std::string& componente, bool fatal) : GNC::GCS::IException(msg, componente, fatal){
 
4
}
 
5
 
 
6
GNC::GCS::ControladorCargaException::~ControladorCargaException() throw()
 
7
{
 
8
}
 
9
 
 
10
GNC::GCS::IControladorCarga::IControladorCarga()
 
11
{
 
12
}
 
13
 
 
14
GNC::GCS::IControladorCarga::~IControladorCarga()
 
15
{
 
16
}
 
17
 
 
18
GNC::GCS::IStreamingLoader::IStreamingLoader()
 
19
{
 
20
}
 
21
 
 
22
GNC::GCS::IStreamingLoader::~IStreamingLoader()
 
23
{
 
24
}
 
 
b'\\ No newline at end of file'