diff libinterp/octave-value/ov-base.h @ 23578:7b47b7c2d6c7

maint: Deprecate is_java and replace with isjava. * ov.h (is_java): Use OCTAVE_DEPRECATED macro around function. * ov.h (isjava): New function. * variables.cc, ov-base.h, ov-java.cc, ov-java.h: Replace occurrences of is_java with isjava.
author Rik <rik@octave.org>
date Mon, 12 Jun 2017 13:41:35 -0700
parents 80c42f4cca13
children c20a0fa91c0c
line wrap: on
line diff
--- a/libinterp/octave-value/ov-base.h	Sun Jun 11 22:14:09 2017 -0700
+++ b/libinterp/octave-value/ov-base.h	Mon Jun 12 13:41:35 2017 -0700
@@ -373,7 +373,7 @@
 
   virtual bool is_classdef_object (void) const { return false; }
 
-  virtual bool is_java (void) const { return false; }
+  virtual bool isjava (void) const { return false; }
 
   virtual bool is_cs_list (void) const { return false; }