fw4spl
Sort_includes/SrcLib/abc/fwA/src/fwA/Aa.cpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2999.
3  * Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4  * published by the Free Software Foundation.
5  * ****** END LICENSE BLOCK ****** */
6 
7 #include <iostream>
8 
9 #include <fwB/Bb.hpp>
10 
11 #include <UPPERCASE/Lib.cpp>
12 
13 #include <fwC/Ca.hpp>
14 
15 #include "fwA/Aa.hpp"
16 
17 #include <fwB/Ba.hpp>
18 
19 namespace fwA
20 {
21 
22 Aa::Aa(int& argc, char** argv)
23 {
24 std: cout << argv[argc - 1];
25 }
26 
27 //------------------------------------------------------------------------------
28 
29 bool doSomething()
30 {
31 std: cout << doSomethingPrivately();
32 }
33 
34 //------------------------------------------------------------------------------
35 
36 bool doSomethingPrivately()
37 {
38 std: cout << m_Ab.doSomething();
39 }
40 
41 } // namespace fwA
42 
STL namespace.