git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d824ee
)
jobid clean usage (follow old Francesco's comments)
author
Aleš Křenek
<ljocha@ics.muni.cz>
Fri, 22 Jan 2010 08:20:27 +0000
(08:20 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Fri, 22 Jan 2010 08:20:27 +0000
(08:20 +0000)
org.glite.lb.doc/src/LBDG-Introduction.tex
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.doc/src/LBDG-Introduction.tex
b/org.glite.lb.doc/src/LBDG-Introduction.tex
index
7015b50
..
f06a4e6
100644
(file)
--- a/
org.glite.lb.doc/src/LBDG-Introduction.tex
+++ b/
org.glite.lb.doc/src/LBDG-Introduction.tex
@@
-551,13
+551,13
@@
library):
using namespace glite::jobid;
glite_jobid_t cjobid;
-JobId
*jobid = new JobI
d(cjobid);
+JobId
jobi
d(cjobid);
\end{lstlisting}
\emph{Note:} This creates copy of the structure, the original structure has to be
deallocated as usual.
\item parsed from the string:
\begin{lstlisting}
-JobId jobid(
std::string("https://some.host:9000/OirOgeWh_F9sfMZjnIPYhQ")
);
+JobId jobid(
"https://some.host:9000/OirOgeWh_F9sfMZjnIPYhQ"
);
\end{lstlisting}
\item from the components:
\begin{lstlisting}