Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
dc4e5d6c
Commit
dc4e5d6c
authored
May 03, 2017
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(codegen): убрал лишний вывод
parent
3426e8bd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
14 deletions
+2
-14
ctl-cpp-common.xsl
Utilities/codegen/ctl-cpp-common.xsl
+0
-6
UObject_SK.h
extensions/include/UObject_SK.h
+1
-1
UObject_SK.cc
extensions/lib/UObject_SK.cc
+1
-7
No files found.
Utilities/codegen/ctl-cpp-common.xsl
View file @
dc4e5d6c
...
...
@@ -589,12 +589,6 @@ uniset::SimpleInfo* <xsl:value-of select="$CLASSNAME"/>_SK::getInfo( const char*
<xsl:if
test=
"normalize-space($STAT)='1'"
>
size_t smCount = 0;
for( const auto
&
s: smStat )
smCount += s.second;
inf
<<
"smCount="
<<
smCount
<<
endl;
inf
<<
"statistics: "
<<
endl
<<
" processingMessageCatchCount: "
<<
processingMessageCatchCount
<<
endl;
inf
<<
" Type of messages: "
<<
endl;
...
...
extensions/include/UObject_SK.h
View file @
dc4e5d6c
...
...
@@ -8,7 +8,7 @@
ВСЕ ВАШИ ИЗМЕНЕНИЯ БУДУТ ПОТЕРЯНЫ.
*/
// --------------------------------------------------------------------------
// generate timestamp: 2017-0
4-30
+03:00
// generate timestamp: 2017-0
5-03
+03:00
// -----------------------------------------------------------------------------
#ifndef UObject_SK_H_
#define UObject_SK_H_
...
...
extensions/lib/UObject_SK.cc
View file @
dc4e5d6c
...
...
@@ -11,7 +11,7 @@
ВСЕ ВАШИ ИЗМЕНЕНИЯ БУДУТ ПОТЕРЯНЫ.
*/
// --------------------------------------------------------------------------
// generate timestamp: 2017-0
4-30
+03:00
// generate timestamp: 2017-0
5-03
+03:00
// -----------------------------------------------------------------------------
#include <memory>
#include <iomanip>
...
...
@@ -526,12 +526,6 @@ uniset::SimpleInfo* UObject_SK::getInfo( const char* userparam )
size_t
smCount
=
0
;
for
(
const
auto
&
s
:
smStat
)
smCount
+=
s
.
second
;
inf
<<
"smCount="
<<
smCount
<<
endl
;
inf
<<
"statistics: "
<<
endl
<<
" processingMessageCatchCount: "
<<
processingMessageCatchCount
<<
endl
;
inf
<<
" Type of messages: "
<<
endl
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment