Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
9ece30b4
Commit
9ece30b4
authored
Oct 10, 2014
by
Tristan Matthews
Browse files
Options
Downloads
Patches
Plain Diff
swig: remove generated file from repository
parent
fe24952a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
sflphone-android/src/org/sflphone/service/IntegerMap.java
+0
-74
0 additions, 74 deletions
sflphone-android/src/org/sflphone/service/IntegerMap.java
with
0 additions
and
74 deletions
sflphone-android/src/org/sflphone/service/IntegerMap.java
deleted
100644 → 0
+
0
−
74
View file @
fe24952a
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 2.0.11
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ----------------------------------------------------------------------------- */
package
org.sflphone.service
;
public
class
IntegerMap
{
private
long
swigCPtr
;
protected
boolean
swigCMemOwn
;
protected
IntegerMap
(
long
cPtr
,
boolean
cMemoryOwn
)
{
swigCMemOwn
=
cMemoryOwn
;
swigCPtr
=
cPtr
;
}
protected
static
long
getCPtr
(
IntegerMap
obj
)
{
return
(
obj
==
null
)
?
0
:
obj
.
swigCPtr
;
}
protected
void
finalize
()
{
delete
();
}
public
synchronized
void
delete
()
{
if
(
swigCPtr
!=
0
)
{
if
(
swigCMemOwn
)
{
swigCMemOwn
=
false
;
SFLPhoneserviceJNI
.
delete_IntegerMap
(
swigCPtr
);
}
swigCPtr
=
0
;
}
}
public
IntegerMap
()
{
this
(
SFLPhoneserviceJNI
.
new_IntegerMap__SWIG_0
(),
true
);
}
public
IntegerMap
(
IntegerMap
arg0
)
{
this
(
SFLPhoneserviceJNI
.
new_IntegerMap__SWIG_1
(
IntegerMap
.
getCPtr
(
arg0
),
arg0
),
true
);
}
public
long
size
()
{
return
SFLPhoneserviceJNI
.
IntegerMap_size
(
swigCPtr
,
this
);
}
public
boolean
empty
()
{
return
SFLPhoneserviceJNI
.
IntegerMap_empty
(
swigCPtr
,
this
);
}
public
void
clear
()
{
SFLPhoneserviceJNI
.
IntegerMap_clear
(
swigCPtr
,
this
);
}
public
int
get
(
String
key
)
{
return
SFLPhoneserviceJNI
.
IntegerMap_get
(
swigCPtr
,
this
,
key
);
}
public
void
set
(
String
key
,
int
x
)
{
SFLPhoneserviceJNI
.
IntegerMap_set
(
swigCPtr
,
this
,
key
,
x
);
}
public
void
del
(
String
key
)
{
SFLPhoneserviceJNI
.
IntegerMap_del
(
swigCPtr
,
this
,
key
);
}
public
boolean
has_key
(
String
key
)
{
return
SFLPhoneserviceJNI
.
IntegerMap_has_key
(
swigCPtr
,
this
,
key
);
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment